home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1998 May / GameStar 05-1998 - Heft-CD.iso / Diverses / Master / START.BAT < prev    next >
Encoding:
DOS Batch File  |  1998-02-03  |  292 b   |  19 lines

  1. @echo off
  2. hilfe
  3. if exist command.bat goto go
  4. goto exit1
  5. :go
  6. call command.bat
  7. call start.bat
  8. goto exit2
  9. :exit1
  10. cls
  11. echo.
  12. echo.
  13. echo ╔═════════════════════╗
  14. echo ║  DENNIS HANNWACKER  ║
  15. echo ╚═════════════════════╝
  16. echo.
  17. goto exit2                                     
  18. :exit2
  19.